null adj. 1.無效力的,無束縛力的。 2.無效的,無用的,無益的;無價值的。 3.沒特征[個性]的,沒表情的。 4.〔罕用語〕不存在的,沒有的;零(位)的;空的。 n. 【數學】零,零位;空;【無線電】零訊號,微弱訊號。 a null indicator 零示器;零位指示器。 the null method 衡消法。 null and void 【律】無效;失效(This check is null and void. 本支票無效)。 vt. 使無效。
object n. 1. 物,物體,物件。 2.目標 (of; for); 目的,宗旨。 3.【哲學】對象,客體,客觀 (opp. subject); 【語法】賓語。 4.〔口語〕(可笑或可憐的)人[物]。 a small [strange] object 小[奇怪]東西。 the object of study 研究的對象。 the direct [indirect] object 直接[間接]受詞。 What an object you have made (of) yourself! 〔口語〕你這家伙把自己搞得真不像樣子! attain [achieve, gain, secure] one's object 達到目的。 fail [succeed] in one's object 沒有達到[達到]目的。 for that object 為了那個目的。 no object 〔廣告用語〕怎樣都好,不成問題;沒有困難(Distance is no object. (待聘者)上班距離(遠、近)不成問題)。 propose an objectto oneself = set an object before one 立志,立下目標。 with that object in view 懷著那個目的。 vi. 1.反對,抗議,表示異議 (against, to)。 2.抱反感,不服氣,有意見。 vt. 提出…作反對的理由 (that)。 If you don't object. 假使你不反對。 I object. 〔英下院〕我反對。 I object against him that he is a hypocrite. 我反對他,因為他是個偽君子。 object to 1. 反對(I object to your doing that. 我反對你做那件事)。 2.討厭(I object very much to a wet weather. 我非常討厭潮濕的天氣)。 adj. -less 沒有目的[宗旨]的,沒有物像的。
object to 反對,不贊成; 反對;抗議,抱反感; 反對;抗議;不支持; 聲稱; 提出異議; 贊成……的人則認為
Is thrown when an attempt is made to invoke a non - static method on a null object 當嘗試對空對象調用非靜態(tài)方法時,將引發(fā)
The exception that is thrown when there is an attempt to dereference a null object reference 嘗試取消引用空對象引用時引發(fā)的異常。
This provides the flexibility in type system design to map null objects to their corresponding xml types 這就為類型系統(tǒng)設計提供了將空( null )對象映射為其對應的xml類型的靈活性。
Transfers control if it represents an instance of an object for example , if it is not the null object reference ; see 的別名)將在它表示對象實例時轉移控制(例如,在它不是空對象引用時;請參見
The conventional way to have a reference refer to no - object is to provide an explicit singleton representing by convention a null object which often serves as a default argument to a function parameter (讓引用引用空對象的常規(guī)方式是提供顯式的單一實例,按約定,該實例表示一個經常充當函數參數的默認變量的空對象) 。
Because script code is late - bound , which means that calls against the object are not resolved until run - time , errors can include everything from referencing a null object to calling an undefined property or method 。因為腳本代碼是后期綁定的(這意味著直到運行時才會解析對象調用) ,所以可能包括一切錯誤,從引用空對象到調用未定義的屬性或方法。